github.com/andybalholm/brotli.huffmanTreeGroup.codes (field)
10 uses
github.com/andybalholm/brotli (current package)
decode.go#L919: s.next = group.codes
huffman.go#L95: codes []huffmanCode
state.go#L215: s.literal_hgroup.codes = nil
state.go#L217: s.insert_copy_hgroup.codes = nil
state.go#L219: s.distance_hgroup.codes = nil
state.go#L269: s.literal_hgroup.codes = nil
state.go#L271: s.insert_copy_hgroup.codes = nil
state.go#L273: s.distance_hgroup.codes = nil
state.go#L292: group.codes = make([]huffmanCode, (uint(ntrees) * max_table_size))
state.go#L293: return !(group.codes == nil)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |